home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / nwfhc11 / nw_fhcnt.doc < prev    next >
Text File  |  1996-07-10  |  7KB  |  228 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                                       NW_FHCNT
  19.  
  20.  
  21.                                     Version 1.1
  22.  
  23.  
  24.                                    March 17, 1994
  25.  
  26.  
  27.  
  28.                                Copyright (C)1993-1994
  29.                              All Rights Reserved (GTDR)
  30.  
  31.  
  32.  
  33.                                   New World Designs
  34.                                      PO Box 12217
  35.                                Wichita, KS 67277-2217
  36.                                        U.S.A.
  37.  
  38.                          BBS: (316)262-1829, 300-28800 Baud
  39.  
  40.                            Internet Email: sysop@nwis.com
  41.  
  42.  
  43.  
  44.  
  45.  
  46.         The information in this document is subject to change without notice.
  47.  
  48.  
  49.        SHAREWARE EVALUATION VERSION WARRANTY:
  50.  
  51.        The shareware version is provided as is.  New World Designs makes
  52.        NO warranty of any kind, expressed or implied, including without
  53.        limitation, any warranties of merchantability and/or fitness for a
  54.        particular purpose.
  55.  
  56.  
  57.        REGISTERED VERSION WARRANTY:
  58.  
  59.        New World Designs warrants the physical diskette provided with
  60.        the registered versions to be free of defects in materials and
  61.        workmanship for a period of 90 days from the date of registration.
  62.        If New World Designs receives notification within the warranty
  63.        period of defects in materials or workmanship, and such notification
  64.        is determined by New World Designs to be correct, New World Designs
  65.        will replace the defective diskette.
  66.  
  67.        The entire and exclusive liability and remedy for breach of this
  68.        warranty shall be limited to replacement of defective diskette and
  69.        shall not include or extend to any claim for or right to recover any
  70.        other damages, including but not limited to, loss of profit, data,
  71.        or use of the software, or special, incidental, or consequential
  72.        damages or other similar claims, even if New World Designs has
  73.        specifically advised of the possibility of such damages.  In NO event
  74.        will New World Designs liability for any damages to you or any other
  75.        person ever exceed the lower of the suggested list price or actual
  76.        price paid for the license to use the software, regardless of any
  77.        form of the claim!
  78.  
  79.  
  80.        LICENSE LIMITATIONS:
  81.  
  82.        The licensee shall not use, copy, rent, sell, modify, decompile,
  83.        disassemble, reverse engineer, or transfer the licensed program
  84.        except as provided in this agreement.  Any such unauthorized use
  85.        shall result in immediate and automatic termination of this license.
  86.  
  87.        New World Designs grants you the right to use one copy of PathTool
  88.        on a single computer.  You may not network PathTool or otherwise use
  89.        it on more than one computer or computer terminal at the same time.
  90.  
  91.        All rights not specifically granted in this statement are reserved
  92.        by New World Designs.
  93.  
  94.  
  95.        INTRODUCTION:
  96.  
  97.        NW_FHCNT returns the file handle count in the ERRORLEVEL.
  98.  
  99.        This program is typically used for network batch files that need
  100.        to ensure that an end user has not changed 'files' in config.sys
  101.        to less than a minimum required amount.
  102.  
  103.        Originally, this was developed to help ensure the network version
  104.        of Wildcat BBS would run on hundreds of computers attached to a
  105.        Novell network.
  106.        
  107.        Why did we give this program such a weird name?  It is getting 
  108.        very tough picking a 8 char file name that is not already used!
  109.          
  110.  
  111.  
  112.        EXAMPLE:
  113.  
  114.           nw_fhcnt /NOLOGO /NOINFO /NOERRLVL
  115.           if errorlevel 50 goto YES
  116.           echo Error: You do not have enough filehandles!
  117.           echo        Please change the CONFIG.SYS line to FILES=50!
  118.           goto BR1
  119.           :YES
  120.           echo You have 50 or more file handles.  Great! 
  121.           :BR1
  122.  
  123.  
  124.        SYNTAX:
  125.  
  126.           NW_FHCNT  [{/-}options...]
  127.  
  128.  
  129.        OPTIONS:
  130.  
  131.           NOLOGO   : Suppress displaying title banner.
  132.  
  133.           NOINFO   : Suppress displaying information.
  134.  
  135.           NOERRLVL : Suppress displaying errorlevel.
  136.  
  137.           $        : Display license text.
  138.  
  139.           ?        : Display help text.
  140.  
  141.  
  142.       COMMAND DESCRIPTIONS:
  143.  
  144.          - The order of options are not critical.
  145.          - All commands must be preceded with either / or -.
  146.  
  147.  
  148.        SYSTEM REQUIREMENTS:
  149.  
  150.         o  DOS 2.1 or later.
  151.         o  64K RAM available to application (after DOS loaded).
  152.  
  153.  
  154.  
  155.        SUPPORT:
  156.  
  157.         o  Call: New World Information Service (NWIS) BBS, (316)262-1829
  158.                  300-28800 baud modem, 24hrs, .QWK packet mail door.
  159.                  Over 3 years online with more than 70000 calls.
  160.  
  161.         o  Internet Email: sysop@nwis.com
  162.  
  163.         o  Write: New World Designs
  164.                   PO Box 12217
  165.                   Wichita, KS  67277-2217
  166.  
  167.  
  168.  
  169.        CUSTOM FEATURES:
  170.  
  171.         o  Customization is available but isn't included with the
  172.            registration fee.  Contact us for a quote!
  173.  
  174.         o  If a feature can be included in a normal PathTool release,
  175.            the cost might be waived.
  176.  
  177.         o  You must register PathTool before any customization!
  178.  
  179.  
  180.  
  181.        FUTURE ADDITIONS:
  182.  
  183.         o  We have many NEW commands and options on our wish list.
  184.            Look for NEW versions coming in the near future!
  185.  
  186.  
  187.  
  188.        ACKNOWLEDGEMENTS:
  189.  
  190.         Programmer  - Steve Meirowsky.
  191.         Proofreader - Laura Haas.
  192.         Beta Tester - Ron Flory, David Hagood, Jeff Rayner.
  193.  
  194.  
  195.        TRADEMARK ACKNOWLEDGEMENTS:
  196.  
  197.         IBM is a trademark of International Business Machines Corporation.
  198.         MSDOS is a registered trademark of Microsoft Corporation.
  199.         NetWare & Novell are registered trademarks of Novell, Inc.
  200.         NW_FHCNT rights and usage are reserved by New World Designs.
  201.  
  202.  
  203.  
  204.        DISK VENDOR INFORMATION:
  205.  
  206.         Shareware distributors and disk vendors who wish to distribute
  207.         the PATHTOOL package MUST comply with the following restrictions:
  208.  
  209.         o  You may NOT list any of our products in advertisements, catalogs,
  210.            or other literature which describes our products as "FREE SOFTWARE".
  211.            It must be stated that this software is shareware and the term
  212.            shareware must be explained so that users know the software is
  213.            copyrighted and that an additional fee must be paid if they use it.
  214.  
  215.         o  You can't modify any of the files supplied by us.  All the files
  216.            must be distributed together, although other files may be added.
  217.  
  218.         o  You must stop selling copies of our software upon written notice.
  219.  
  220.         o  We would appreciate that ALL vendors notify us if any of our
  221.            products are listed in your catalogs or distributed as part of
  222.            a collection including CD-ROMS.  If you comply, we will send you
  223.            the next software release.
  224.  
  225.         o  We would appreciate you check our BBS for the most recent version
  226.            before distributing.  Please leave us a message when calling!
  227.  
  228.